home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / defcon-minus.swf / scripts / frame_8 / PlaceObject2_217_21 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2011-10-17  |  152 b   |  8 lines

  1. onClipEvent(enterFrame){
  2.    _visible = _root.gamePaused;
  3.    if(_root.gamePaused)
  4.    {
  5.       this.swapDepths(_root.getNextHighestDepth());
  6.    }
  7. }
  8.